.footer-nav{
  background-color: #0B4B9F;
  width: 100%;
  height: 100px;
}
.footer-nav ul{
  width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-nav ul li{
  flex: 1;
}
.footer-nav ul li a{
  color: #fff;
  display: flex;
  align-items: center;
}
.footer-nav ul li a p{
  margin-left: 9px;
}
/* 按钮样式 */
.pic-a, .pic-b, .pic-c, .pic-d, .pic-e, .pic-f{
  height: 48px;
  width: 48px;
  background-size: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.pic-a::after, .pic-b::after, .pic-c::after, .pic-d::after, .pic-e::after, .pic-f::after{
  position: relative;
  left: 50px;
  margin-left: 10px;
  white-space: nowrap;
}
.pic-a{
  background-image: url('../images/a.png');
}
.pic-b{
  background-image: url('../images/b.png');
}
.pic-c{
  background-image: url('../images/c.png');
}
.pic-d{
  background-image: url('../images/d.png');
}
.pic-e{
  background-image: url('../images/e.png');
}
.pic-f{
  background-image: url('../images/f.png');
}
.pic-a:hover{
  background-image: url('../images/g.png');
}
.pic-b:hover{
  background-image: url('../images/h.png');
}
.pic-c:hover{
  background-image: url('../images/i.png');
}
.pic-d:hover{
  background-image: url('../images/j.png');
}
.pic-e:hover{
  background-image: url('../images/k.png');
}
.pic-f:hover{
  background-image: url('../images/l.png');
}
.pic-a::after{
  content: '办学理念';
}
.pic-b::after{
  content: '大美抚医';
}
.pic-c::after{
  content: '入学须知';
}
.pic-d::after{
  content: '人才招聘';
}
.pic-e::after{
  content: '师生通道';
}
.pic-f::after{
  content: 'OA办公';
}
.footer-bar{
  width: 1200px;
  margin: 58px auto;

  color: #616161;
  font-size: 14px;
  padding-bottom: 0px;
}
.footer-bar .info{
  display: inline-block;
}
.footer-bar .info p {
  display: block;
  line-height: 30px;
  color: #616166;
}
.footer-bar ul{
  display: flex;
  float: right;
}
.footer-bar ul li{
  margin: 0 20px;
}
.footer-bar ul li img{
  width: 96px;
  height: 96px;
  padding: 5px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}
.footer-bar ul li div{
  text-align: center;
  margin-top: 15px;
  color: #616166;
}